home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000123_news@columbia.edu _Fri Mar 1 22:58:48 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id WAA07289 for <kermit.misc@watsun>; Fri, 1 Mar 1996 22:58:47 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id WAA05741 for kermit.misc@watsun; Fri, 1 Mar 1996 22:58:44 -0500 (EST)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!news.dacom.co.kr!usenet.seri.re.kr!news.cais.net!news.jsums.edu!gatech!swrinde!howland.reston.ans.net!ix.netcom.com!netcom.com!gerlach
  6. From: gerlach@netcom.com (Matthew H. Gerlach)
  7. Subject: C-Kermit used for dial back
  8. Message-ID: <gerlachDnLo5v.LqF@netcom.com>
  9. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  10. Date: Fri, 1 Mar 1996 17:49:07 GMT
  11. Lines: 34
  12. Sender: gerlach@netcom18.netcom.com
  13.  
  14. Hi Folks,
  15.  
  16. I have used C-Kermit for about 4 months as a terminal program and
  17. have been loving it.  I recently got the book, Using C-Kermit, in order to
  18. help with kermit programs.  I have a bit of problem that is not
  19. really a kermit problem, but a UNIX problem, that I would appreciate
  20. some help.
  21.  
  22. Basically I want the Sun at work to call me back at home and bring up 
  23. a ppp connection.  I have script that can call work and bring up the
  24. ppp connection, but I am having problems turning it around.  What
  25. I had planned to was dial from home to work; login, and then enter the
  26. following command to the csh:
  27.  
  28.     % (sleep 30; kermit -y callmeback >& kerm.log ) &
  29.  
  30. After executing the command, I logout, drop the call, and exit kermit
  31. on my home machine.  I then wait for the call that never comes.
  32. When I dial back to work and look at kerm.log, it says "can't open /dev/cua1".
  33. Since I can dial out when I am at work, I know the /dev/cua1 does actually
  34. work.  
  35.  
  36. I suppose the problem is that when kermit fires up on the machine
  37. at work to call me back, the port is still in use from time I just called
  38. to fire up the background task.  I find this hard to believe because
  39. I do logout and drop the call well before the 30 second delay to execute
  40. kermit.
  41.  
  42. Any help in solving my problem would be much appreciated.  Maybe I need
  43. to look at the problem differently and come up with a whole new
  44. method.
  45.  
  46. Matthew
  47.